home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vulvara / Vulvara.exe / scripts / DefineButton2_870 / BUTTONCONDACTION on(keyPress Up).as < prev   
Text File  |  2004-10-08  |  93b  |  8 lines

  1. on(keyPress "<Up>"){
  2.    if(0 < yy)
  3.    {
  4.       yy -= 120;
  5.    }
  6.    gotoAndStop(9336);
  7. }
  8.